home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
vesmirna becherovka
/
2004 Vesmírná Becherovka
/
Becherovka.exe
/
scripts
/
DefineSprite_3383
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-09-30
|
322 b
|
20 lines
r = random(3) + 1;
m._visible = false;
z._visible = false;
c._visible = false;
if(r == 1)
{
m._visible = true;
m._rotation = - _parent._rotation;
}
else if(r == 2)
{
z._visible = true;
z._rotation = - _parent._rotation;
}
else
{
c._visible = true;
c._rotation = - _parent._rotation;
}